Platform Explorer / Nuxeo Platform 2023.10

Operation Blob.RunConverter (Blob.RunConverter)

Description

Simply call a converter based on the 'converter' parameter. You can pass the converter properties with the 'properties' parameter.
Operation id Blob.RunConverter
Category Conversion
Label Blob.RunConverter
Requires
Since 7.1

Parameters

Name Description Type Required Default value
converter The name of the converter to call string yes  
parameters The converter parameters to pass properties no  

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.RunConverter
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.RunConverter",
  "label" : "Blob.RunConverter",
  "category" : "Conversion",
  "requires" : null,
  "description" : "Simply call a converter based on the 'converter' parameter. You can pass the converter properties with the 'properties' parameter.",
  "since" : "7.1",
  "url" : "Blob.RunConverter",
  "signature" : [ "blob", "blob" ],
  "params" : [ {
    "name" : "converter",
    "description" : "The name of the converter to call",
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parameters",
    "description" : "The converter parameters to pass",
    "type" : "properties",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}